XMessage "\pIS mGetDriveFreeSpace, hDrive --Gets a drive's free space";
XMessage "\pIS mGetFileSize, hName --Gets a drive's free space";
XMessage "\pISI mSetFileAttribute, hName, lAttribute --Sets a file's attribute";
XMessage "\pISS mCopyFile, hSource, hDestName --Copies a file source->dest using dest name";
XMessage "\pISS mRename, hOldname, hNewName --Renames a file or directory";
XMessage "\pIIS mCheckDirectory, iDrive, hName --Checks to see if a directory exists";
XMessage "\pIIIS mBitWise, lX, lY, hOperator --Returns results of a bitwise operation";
XMessage "\pISSI mMessageBox,hMessage,hTitle,lStyle --Puts up a message box";
XMessage "\pS mGetOpenFileName --Gets a filename from user";
XMessage "\pSSII mGetNthFileInDir,hSourceDir,lAttribute,lSubdirNumber --Gets the name of nth file of a given attribute";
XMessage "\pISS mCmpFileTimes, hFileName1, hFileName2 --Compares the dates of two files,-1 or -2 if bad file 1 or file 2, 0 if same dates, 1 or 2 if file1 or file2 newer";
XMessage "\pSSS mGetSaveDirName --Gets the name of a directory to save in";
XMessage "\pS mGetPreferencesPath --Gets the path for the preferences folder";
XMessage "\pIS mCheckProcess, hName --Checks to see if a process is running";